home *** CD-ROM | disk | FTP | other *** search
/ Cracking - A jak se proti němu bránit / Cracking-a-jak-se-proti-nemu-branit-covermount.bin / Priklady / Priklad 17 / MAKE.BAT < prev    next >
Encoding:
DOS Batch File  |  2000-08-29  |  232 b   |  10 lines

  1. @echo off
  2.  
  3. rem Je potrebne nastavit spravnu cestu
  4.  
  5. c:\coding\tasm\bin\tasm32 /ml /m3 /z /q detect17.asm
  6. c:\coding\tasm\bin\tlink32 /Tpe /V4.0 /aa /c /m /ml detect17.obj,detect17,, w32.lib, detect17.def
  7.  
  8. del *.obj
  9. del *.map
  10.